MCP Task Manager Server_createProject
Initiate a new workspace by creating an empty project in the Task Management Server. Assigns a unique UUID and allows optional project naming for organization.
Instructions
Creates a new, empty project entry in the Task Management Server database. This tool is used by clients (e.g., AI agents) to initiate a new workspace for tasks. It returns the unique identifier (UUID) assigned to the newly created project. An optional name can be provided; otherwise, a default name including a timestamp will be generated.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
projectName | No | Optional human-readable name for the new project (max 255 chars). If omitted, a default name like 'New Project [timestamp]' will be used. |